home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / req.sel < prev    next >
Text File  |  1996-04-25  |  124b  |  15 lines

  1. gap 6
  2. rows 2
  3. title "Request:"
  4.  
  5. space
  6. color 2
  7. text "[arg1]"
  8.  
  9. color 1
  10. startbox
  11.  button Yes exit Yes
  12. endbox
  13.  
  14. button No exit No
  15.